home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / fap110.zip / BUZZER.CFG next >
Text File  |  1992-12-19  |  2KB  |  66 lines

  1. ;This is the Buzzer config file.  All the lines that start with a ; will be
  2. ;ignored.
  3.  
  4. ;The Beep config verb tells Buzzer how many times it should play it's very
  5. ;loud, very cool warning beep.  The default is 5.  The minimum is 0, the
  6. ;maximum is 255.
  7.  
  8. Beep 1
  9.  
  10. ;The ClearBegin config verb will make Buzzer clear the keyboard buffer before
  11. ;it runs.  This will null out any keystrokes that might already be waiting to
  12. ;be processed.  Valid options on ClearBegin are Yes and No.  The default is
  13. ;No.
  14.  
  15. ClearBegin No
  16.  
  17. ;The ClearEnd config verb will make Buzzer clear the keyboard buffer after it
  18. ;runs so you don't have any keypresses in the buffer that might have gotten
  19. ;there before or during Buzzer's execution. Valid options on ClearEnd are Yes
  20. ;and No.  The default is No.
  21.  
  22. ClearEnd No
  23.  
  24. ;The KeyStop config verb will make Buzzer stop beeping at the touch of a key.
  25. ;This is handy if someone in house is asleep and all of a sudden, the buzzer
  26. ;goes off.  (Pressing a button will stop the sound).  Valid options for
  27. ;KeyStop are Yes and No.  The default is Yes.
  28.  
  29. KeyStop Yes
  30.  
  31. ;The xx:xx config verb is a very usefull option.  It lets you control how
  32. ;many times Buzzer will beep depending on the current time.  To use this
  33. ;option, you simply put the current time on the start of a new line in 24
  34. ;hour format (eg. 23:45) followed by one space and the number of times you
  35. ;want Buzzer to beep from that time to the next time defined (00:00 if
  36. ;there is no more time definitions)
  37. ;
  38. ;For example, the following configuration :
  39. ;
  40. ;00:00 0
  41. ;08:00 1
  42. ;11:00 5
  43. ;20:00 2
  44. ;21:00 0
  45. ;
  46. ;Will do the following :
  47. ;
  48. ;Mute beeps from 00:00 to 07:59
  49. ;Beep twice from 08:00 to 10:59
  50. ;Beep five times from 11:00 to 19:59
  51. ;Beep twice from 20:00 to 20:59
  52. ;Mute beeps from 21:00 to 00:00
  53. ;
  54. ;There is no default.  Anything you define will override the Beep config
  55. ;verb.  There can be a maximum of 32.  Theses times must progress earlyer
  56. ;to later.
  57.  
  58. 00:00 0
  59. 07:30 1
  60. 08:30 2
  61. 11:00 5
  62. 18:00 3
  63. 20:00 2
  64. 21:00 1
  65. 21:30 0
  66.